[INFO] fetching crate redb 4.1.0...
[INFO] fixing redb-4.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate redb 4.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain
[INFO] started tweaking crates.io crate redb 4.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate redb 4.1.0
[INFO] tweaked toml for crates.io crate redb 4.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate redb 4.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate redb 4.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitflags v2.9.3
[INFO] [stderr]   Downloaded cc v1.2.34
[INFO] [stderr]   Downloaded redb v2.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2e8cc8710598caca543d6630eff15ba87a71e919bbbbd4f31843aa14ef6e1d48
[INFO] running `Command { std: "docker" "start" "2e8cc8710598caca543d6630eff15ba87a71e919bbbbd4f31843aa14ef6e1d48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2e8cc8710598caca543d6630eff15ba87a71e919bbbbd4f31843aa14ef6e1d48" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e8cc8710598caca543d6630eff15ba87a71e919bbbbd4f31843aa14ef6e1d48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2e8cc8710598caca543d6630eff15ba87a71e919bbbbd4f31843aa14ef6e1d48" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking bitflags v2.9.3
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling redb v2.6.0
[INFO] [stderr]    Compiling redb v4.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking uuid v1.18.0
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking tempfile v3.21.0
[INFO] [stdout] error[E0432]: unresolved import `redb_derive`
[INFO] [stdout]  --> examples/derive_value_impl.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use redb_derive::{Key, Value};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `redb_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `redb_derive`, use `cargo add redb_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Value`
[INFO] [stdout]  --> examples/derive_value_impl.rs:1:64
[INFO] [stdout]   |
[INFO] [stdout] 1 | use redb::{Database, Error, ReadableDatabase, TableDefinition, Value};
[INFO] [stdout]   |                                                                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SomeKey: Key` is not satisfied
[INFO] [stdout]    --> examples/derive_value_impl.rs:11:14
[INFO] [stdout]     |
[INFO] [stdout]  11 | const TABLE: TableDefinition<SomeKey, u64> = TableDefinition::new("my_data");
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Key` is not implemented for `SomeKey`
[INFO] [stdout]    --> examples/derive_value_impl.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | struct SomeKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout] note: there are multiple different versions of crate `redb` in the dependency graph
[INFO] [stdout]    --> src/types.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub trait Key: Value {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redb-2.6.0/src/types.rs:127:1
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub trait Key: Value {
[INFO] [stdout]     | -------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `Key`:
[INFO] [stdout]               &[u8; N]
[INFO] [stdout]               &[u8]
[INFO] [stdout]               &str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 23 others
[INFO] [stdout] note: required by a bound in `TableDefinition`
[INFO] [stdout]    --> src/db.rs:115:35
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub struct TableDefinition<'a, K: Key + 'static, V: Value + 'static> {
[INFO] [stdout]     |                                   ^^^ required by this bound in `TableDefinition`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SomeKey: Key` is not satisfied
[INFO] [stdout]    --> examples/derive_value_impl.rs:11:46
[INFO] [stdout]     |
[INFO] [stdout]  11 | const TABLE: TableDefinition<SomeKey, u64> = TableDefinition::new("my_data");
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Key` is not implemented for `SomeKey`
[INFO] [stdout]    --> examples/derive_value_impl.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | struct SomeKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout] note: there are multiple different versions of crate `redb` in the dependency graph
[INFO] [stdout]    --> src/types.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub trait Key: Value {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redb-2.6.0/src/types.rs:127:1
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub trait Key: Value {
[INFO] [stdout]     | -------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `Key`:
[INFO] [stdout]               &[u8; N]
[INFO] [stdout]               &[u8]
[INFO] [stdout]               &str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 23 others
[INFO] [stdout] note: required by a bound in `TableDefinition`
[INFO] [stdout]    --> src/db.rs:115:35
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub struct TableDefinition<'a, K: Key + 'static, V: Value + 'static> {
[INFO] [stdout]     |                                   ^^^ required by this bound in `TableDefinition`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SomeKey: Key` is not satisfied
[INFO] [stdout]     --> examples/derive_value_impl.rs:21:46
[INFO] [stdout]      |
[INFO] [stdout]   21 |         let mut table = write_txn.open_table(TABLE)?;
[INFO] [stdout]      |                                   ---------- ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Key` is not implemented for `SomeKey`
[INFO] [stdout]     --> examples/derive_value_impl.rs:6:1
[INFO] [stdout]      |
[INFO] [stdout]    6 | struct SomeKey {
[INFO] [stdout]      | ^^^^^^^^^^^^^^
[INFO] [stdout] note: there are multiple different versions of crate `redb` in the dependency graph
[INFO] [stdout]     --> src/types.rs:153:1
[INFO] [stdout]      |
[INFO] [stdout]  153 | pub trait Key: Value {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redb-2.6.0/src/types.rs:127:1
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub trait Key: Value {
[INFO] [stdout]      | -------------------- this is the trait that was imported
[INFO] [stdout]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]      = help: the following other types implement trait `Key`:
[INFO] [stdout]                &[u8; N]
[INFO] [stdout]                &[u8]
[INFO] [stdout]                &str
[INFO] [stdout]                ()
[INFO] [stdout]                (T,)
[INFO] [stdout]                (T0, T1)
[INFO] [stdout]                (T0, T1, T2)
[INFO] [stdout]                (T0, T1, T2, T3)
[INFO] [stdout]              and 23 others
[INFO] [stdout] note: required by a bound in `WriteTransaction::open_table`
[INFO] [stdout]     --> src/transactions.rs:1348:32
[INFO] [stdout]      |
[INFO] [stdout] 1348 |     pub fn open_table<'txn, K: Key + 'static, V: Value + 'static>(
[INFO] [stdout]      |                                ^^^ required by this bound in `WriteTransaction::open_table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SomeKey: Key` is not satisfied
[INFO] [stdout]    --> examples/derive_value_impl.rs:21:25
[INFO] [stdout]     |
[INFO] [stdout]  21 |         let mut table = write_txn.open_table(TABLE)?;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Key` is not implemented for `SomeKey`
[INFO] [stdout]    --> examples/derive_value_impl.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | struct SomeKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout] note: there are multiple different versions of crate `redb` in the dependency graph
[INFO] [stdout]    --> src/types.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub trait Key: Value {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redb-2.6.0/src/types.rs:127:1
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub trait Key: Value {
[INFO] [stdout]     | -------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `Key`:
[INFO] [stdout]               &[u8; N]
[INFO] [stdout]               &[u8]
[INFO] [stdout]               &str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 23 others
[INFO] [stdout] note: required by a bound in `Table`
[INFO] [stdout]    --> src/table.rs:62:27
[INFO] [stdout]     |
[INFO] [stdout]  62 | pub struct Table<'txn, K: Key + 'static, V: Value + 'static> {
[INFO] [stdout]     |                           ^^^ required by this bound in `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SomeKey: Key` is not satisfied
[INFO] [stdout]    --> examples/derive_value_impl.rs:21:25
[INFO] [stdout]     |
[INFO] [stdout]  21 |         let mut table = write_txn.open_table(TABLE)?;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Key` is not implemented for `SomeKey`
[INFO] [stdout]    --> examples/derive_value_impl.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | struct SomeKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout] note: there are multiple different versions of crate `redb` in the dependency graph
[INFO] [stdout]    --> src/types.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub trait Key: Value {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redb-2.6.0/src/types.rs:127:1
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub trait Key: Value {
[INFO] [stdout]     | -------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `Key`:
[INFO] [stdout]               &[u8; N]
[INFO] [stdout]               &[u8]
[INFO] [stdout]               &str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 23 others
[INFO] [stdout] note: required by a bound in `Table`
[INFO] [stdout]    --> src/table.rs:62:27
[INFO] [stdout]     |
[INFO] [stdout]  62 | pub struct Table<'txn, K: Key + 'static, V: Value + 'static> {
[INFO] [stdout]     |                           ^^^ required by this bound in `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for struct `Table<'_, SomeKey, u64>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> examples/derive_value_impl.rs:22:15
[INFO] [stdout]     |
[INFO] [stdout]   6 | struct SomeKey {
[INFO] [stdout]     | -------------- doesn't satisfy `SomeKey: Key`
[INFO] [stdout] ...
[INFO] [stdout]  22 |         table.insert(key.clone(), 0)?;
[INFO] [stdout]     |               ^^^^^^ method cannot be called on `Table<'_, SomeKey, u64>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `SomeKey: Key`
[INFO] [stdout] note: the trait `Key` must be implemented
[INFO] [stdout]    --> src/types.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub trait Key: Value {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SomeKey: Key` is not satisfied
[INFO] [stdout]     --> examples/derive_value_impl.rs:27:37
[INFO] [stdout]      |
[INFO] [stdout]   27 |     let table = read_txn.open_table(TABLE)?;
[INFO] [stdout]      |                          ---------- ^^^^^ unsatisfied trait bound
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `Key` is not implemented for `SomeKey`
[INFO] [stdout]     --> examples/derive_value_impl.rs:6:1
[INFO] [stdout]      |
[INFO] [stdout]    6 | struct SomeKey {
[INFO] [stdout]      | ^^^^^^^^^^^^^^
[INFO] [stdout] note: there are multiple different versions of crate `redb` in the dependency graph
[INFO] [stdout]     --> src/types.rs:153:1
[INFO] [stdout]      |
[INFO] [stdout]  153 | pub trait Key: Value {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redb-2.6.0/src/types.rs:127:1
[INFO] [stdout]      |
[INFO] [stdout]  127 | pub trait Key: Value {
[INFO] [stdout]      | -------------------- this is the trait that was imported
[INFO] [stdout]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]      = help: the following other types implement trait `Key`:
[INFO] [stdout]                &[u8; N]
[INFO] [stdout]                &[u8]
[INFO] [stdout]                &str
[INFO] [stdout]                ()
[INFO] [stdout]                (T,)
[INFO] [stdout]                (T0, T1)
[INFO] [stdout]                (T0, T1, T2)
[INFO] [stdout]                (T0, T1, T2, T3)
[INFO] [stdout]              and 23 others
[INFO] [stdout] note: required by a bound in `ReadTransaction::open_table`
[INFO] [stdout]     --> src/transactions.rs:2125:26
[INFO] [stdout]      |
[INFO] [stdout] 2125 |     pub fn open_table<K: Key + 'static, V: Value + 'static>(
[INFO] [stdout]      |                          ^^^ required by this bound in `ReadTransaction::open_table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SomeKey: Key` is not satisfied
[INFO] [stdout]    --> examples/derive_value_impl.rs:27:17
[INFO] [stdout]     |
[INFO] [stdout]  27 |     let table = read_txn.open_table(TABLE)?;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Key` is not implemented for `SomeKey`
[INFO] [stdout]    --> examples/derive_value_impl.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | struct SomeKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout] note: there are multiple different versions of crate `redb` in the dependency graph
[INFO] [stdout]    --> src/types.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub trait Key: Value {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redb-2.6.0/src/types.rs:127:1
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub trait Key: Value {
[INFO] [stdout]     | -------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `Key`:
[INFO] [stdout]               &[u8; N]
[INFO] [stdout]               &[u8]
[INFO] [stdout]               &str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 23 others
[INFO] [stdout] note: required by a bound in `ReadOnlyTable`
[INFO] [stdout]    --> src/table.rs:470:29
[INFO] [stdout]     |
[INFO] [stdout] 470 | pub struct ReadOnlyTable<K: Key + 'static, V: Value + 'static> {
[INFO] [stdout]     |                             ^^^ required by this bound in `ReadOnlyTable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SomeKey: Key` is not satisfied
[INFO] [stdout]    --> examples/derive_value_impl.rs:27:17
[INFO] [stdout]     |
[INFO] [stdout]  27 |     let table = read_txn.open_table(TABLE)?;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Key` is not implemented for `SomeKey`
[INFO] [stdout]    --> examples/derive_value_impl.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | struct SomeKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^
[INFO] [stdout] note: there are multiple different versions of crate `redb` in the dependency graph
[INFO] [stdout]    --> src/types.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub trait Key: Value {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redb-2.6.0/src/types.rs:127:1
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub trait Key: Value {
[INFO] [stdout]     | -------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = help: the following other types implement trait `Key`:
[INFO] [stdout]               &[u8; N]
[INFO] [stdout]               &[u8]
[INFO] [stdout]               &str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 23 others
[INFO] [stdout] note: required by a bound in `ReadOnlyTable`
[INFO] [stdout]    --> src/table.rs:470:29
[INFO] [stdout]     |
[INFO] [stdout] 470 | pub struct ReadOnlyTable<K: Key + 'static, V: Value + 'static> {
[INFO] [stdout]     |                             ^^^ required by this bound in `ReadOnlyTable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `get` exists for struct `ReadOnlyTable<SomeKey, u64>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> examples/derive_value_impl.rs:28:22
[INFO] [stdout]     |
[INFO] [stdout]   6 | struct SomeKey {
[INFO] [stdout]     | -------------- doesn't satisfy `SomeKey: Key`
[INFO] [stdout] ...
[INFO] [stdout]  28 |     assert_eq!(table.get(&key)?.unwrap().value(), 0);
[INFO] [stdout]     |                      ^^^ method cannot be called on `ReadOnlyTable<SomeKey, u64>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `SomeKey: Key`
[INFO] [stdout] note: the trait `Key` must be implemented
[INFO] [stdout]    --> src/types.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub trait Key: Value {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `redb` (example "derive_value_impl") due to 11 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "2e8cc8710598caca543d6630eff15ba87a71e919bbbbd4f31843aa14ef6e1d48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e8cc8710598caca543d6630eff15ba87a71e919bbbbd4f31843aa14ef6e1d48", kill_on_drop: false }`
[INFO] [stdout] 2e8cc8710598caca543d6630eff15ba87a71e919bbbbd4f31843aa14ef6e1d48
